b5936b1a7a4aa78c89c4c4345f75bcbc13483145,plugins-management/src/com/intellij/ide/plugins/PluginManagerColumnInfo.java,PluginManagerColumnInfo,valueOf,#IdeaPluginDescriptor#,53

Before Change


      }
    }
    else if (columnIdx == COLUMN_CATEGORY) {
      return base instanceof PluginNode ? base.getCategory() : "";
    }
    else
    // For COLUMN_STATUS - set of icons show the actual state of installed plugins.

After Change


      }
    }
    else if (columnIdx == COLUMN_CATEGORY) {
      return base.getCategory();
    }
    else
    // For COLUMN_STATUS - set of icons show the actual state of installed plugins.